services.znapzend.zetup.<name>.destinations

Additional destinations.

Type
attribute set of (submodule)
Default
{ }
Example
{
  local = {
    dataset = "btank/backup";
    presend = "zpool import -N btank";
    postsend = "zpool export btank";
  };
  remote = {
    host = "john@example.com";
    dataset = "tank/john";
  };
};
Declared
<nixpkgs/nixos/modules/services/backup/znapzend.nix>